home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 September / PCWorld_2008-09_cd.bin / v cisle / beyondcompare / BCompareSetup_080730.exe / install_script.iss
Text File  |  2008-07-31  |  6KB  |  94 lines

  1. ;InnoSetupVersion=5.2.3
  2.  
  3. [Setup]
  4. AppName=Beyond Compare 3
  5. AppVerName=Beyond Compare version 3.0.0
  6. AppId=BeyondCompare3
  7. AppPublisher=Scooter Software
  8. AppPublisherURL=http://www.scootersoftware.com/
  9. AppSupportURL=http://www.scootersoftware.com/
  10. AppUpdatesURL=http://www.scootersoftware.com/
  11. AppMutex=BeyondCompare3,Global\BeyondCompare3
  12. DefaultDirName={code:DefaultDirName}\Beyond Compare 3
  13. DefaultGroupName=Beyond Compare 3
  14. UninstallDisplayIcon={app}\BCompare.exe
  15. OutputBaseFilename=in
  16. Compression=lzma
  17. PrivilegesRequired=none
  18. ChangesAssociations=yes
  19. AllowNoIcons=yes
  20. LicenseFile=embedded\License.rtf
  21. WizardImageFile=embedded\WizardImage0.bmp
  22. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  23.  
  24. [Files]
  25. Source: "{app}\BCompare.exe"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\BCompare.chm"; DestDir: "{app}"; 
  27. Source: "{app}\License.html"; DestDir: "{app}"; 
  28. Source: "{app}\BComp.com"; DestDir: "{app}"; 
  29. Source: "{app}\BComp.exe"; DestDir: "{app}"; 
  30. Source: "{app}\BCShellEx.dll"; DestDir: "{app}"; Check: "not IsPortableInstall"; Flags: restartreplace uninsrestartdelete 
  31. Source: "{app}\BCShellEx64.dll"; DestDir: "{app}"; Check: "not IsPortableInstall"; Flags: restartreplace uninsrestartdelete 
  32. Source: "{app}\Readme.txt"; DestDir: "{app}"; 
  33. Source: "{app}\Helpers\PdfToText.exe"; DestDir: "{app}\Helpers"; 
  34. Source: "{app}\Helpers\XLS_to_CSV_Single.vbs"; DestDir: "{app}\Helpers"; 
  35. Source: "{app}\unrar.dll"; DestDir: "{app}"; 
  36. Source: "{app}\7zxa.dll"; DestDir: "{app}"; 
  37. Source: "{app}\UACLaunch.exe"; DestDir: "{app}"; MinVersion: 0.0,6.0; Flags: deleteafterinstall 
  38. ; Source: "{app}\,1"; DestDir: "{app}"; Check: "NeedsNewStateXml"; Flags: onlyifdoesntexist 
  39. ; Source: "{app}\,2"; DestDir: "{app}"; Flags: skipifsourcedoesntexist 
  40.  
  41. [Registry]
  42. Root: HKCR; Subkey: ".bcpkg"; ValueType: String; ValueData: "BeyondCompare.SettingsPackage"; Check: "not IsPortableInstall"; Flags: uninsdeletekey noerror 
  43. Root: HKCR; Subkey: "BeyondCompare.SettingsPackage"; ValueType: String; ValueData: "Beyond Compare Settings Package"; Check: "not IsPortableInstall"; Flags: uninsdeletekey noerror 
  44. Root: HKCR; Subkey: "BeyondCompare.SettingsPackage\DefaultIcon"; ValueType: String; ValueData: "{app}\BCompare.exe,0"; Check: "not IsPortableInstall"; Flags: noerror 
  45. Root: HKCR; Subkey: "BeyondCompare.SettingsPackage\shell\open\command"; ValueType: String; ValueData: """{app}\BCompare.exe"" ""%1"""; Check: "not IsPortableInstall"; Flags: noerror 
  46. Root: HKCR; Subkey: ".bcss"; ValueType: String; ValueData: "BeyondCompare.Snapshot"; Check: "not IsPortableInstall"; Flags: uninsdeletekey noerror 
  47. Root: HKCR; Subkey: "BeyondCompare.Snapshot"; ValueType: String; ValueData: "Beyond Compare Snapshot"; Check: "not IsPortableInstall"; Flags: uninsdeletekey noerror 
  48. Root: HKCR; Subkey: "BeyondCompare.Snapshot\DefaultIcon"; ValueType: String; ValueData: "{app}\BCompare.exe,0"; Check: "not IsPortableInstall"; Flags: noerror 
  49. Root: HKCR; Subkey: "BeyondCompare.Snapshot\shell\open\command"; ValueType: String; ValueData: """{app}\BCompare.exe"" ""%1"""; Check: "not IsPortableInstall"; Flags: noerror 
  50. Root: HKLM; Subkey: "System\CurrentControlSet\Services\EventLog\Application\Beyond Compare 3"; Check: "not IsPortableInstall"; Flags: uninsdeletekey 
  51. Root: HKLM; Subkey: "System\CurrentControlSet\Services\EventLog\Application\Beyond Compare 3"; ValueName: "EventMessageFile"; ValueType: String; ValueData: "{app}\BCompare.exe"; Check: "not IsPortableInstall"; 
  52. Root: HKLM; Subkey: "System\CurrentControlSet\Services\EventLog\Application\Beyond Compare 3"; ValueName: "TypesSupported"; ValueType: Dword; ValueData: "$7"; Check: "not IsPortableInstall"; 
  53.  
  54. [Run]
  55. Filename: "{app}\BCompare.exe"; Parameters: "{code:RunAppParams}"; Description: "Launch application"; Check: "IsAutoUpdate or not WizardSilent"; OnlyBelowVersion: 0.0,6.0; Flags: postinstall nowait
  56. Filename: "{app}\UACLaunch.exe"; Parameters: """{app}\BCompare.exe"" {code:RunAppParams}"; Description: "Launch application"; Check: "IsAutoUpdate or not WizardSilent"; MinVersion: 0.0,6.0; Flags: postinstall 
  57.  
  58. [Icons]
  59. Name: "{code:icongroup}\Beyond Compare 3"; Filename: "{app}\BCompare.exe"; Check: "IsStdInstall"; 
  60. Name: "{code:icongroup}\Beyond Compare 3 Help"; Filename: "{app}\BCompare.chm"; Check: "IsStdInstall"; 
  61. Name: "{code:icongroup}\Uninstall Beyond Compare 3"; Filename: "{uninstallexe}"; Check: "IsStdInstall"; 
  62. Name: "{code:icondesktop}\Beyond Compare 3"; Filename: "{app}\BCompare.exe"; Tasks: desktopicon; 
  63. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Beyond Compare 3"; Filename: "{app}\BCompare.exe"; Tasks: quicklaunchicon; 
  64.  
  65. [Tasks]
  66. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; Check: "IsStdInstall"; 
  67. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; Check: "IsStdInstall"; 
  68. Name: "shellextension"; Description: "Include in &Explorer context menu"; GroupDescription: "Additional icons:"; Check: "IsStdInstall"; 
  69.  
  70. [CustomMessages]
  71. en.NameAndVersion=%1 version %2
  72. en.AdditionalIcons=Additional icons:
  73. en.CreateDesktopIcon=Create a &desktop icon
  74. en.CreateQuickLaunchIcon=Create a &Quick Launch icon
  75. en.ProgramOnTheWeb=%1 on the Web
  76. en.UninstallProgram=Uninstall %1
  77. en.LaunchProgram=Launch %1
  78. en.AssocFileExtension=&Associate %1 with the %2 file extension
  79. en.AssocingFileExtension=Associating %1 with the %2 file extension...
  80. en.InstallTypeCaption=Installation Type
  81. en.InstallTypeDescription=Choose the install type that best suits your needs.
  82. en.InstallTypeSubDescription=Select the installation type below
  83. en.InstallTypeWin9x=&Standard install
  84. en.InstallTypeAllUsers=Install for &all users
  85. en.InstallTypeCurrentUser=Install for ¤t user ({username})
  86. en.InstallTypePortable=Create &portable install
  87. en.InstallTypeUpgrade=&Upgrade existing install (%s)
  88. en.PortableLabel=You can create a portable install at any location, such as a removable USB drive.  It won't install icons or the shell extension, won't affect the registry, and can be uninstalled by deleting the directory.
  89.  
  90. [Languages]
  91. ; These files are stubs
  92. ; To achieve better results after recompilation, use the real language files
  93. Name: "en"; MessagesFile: "embedded\en.isl"; 
  94.